Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Creating and Manipulating Matrix Transforms


Q3MatrixTransform_Set

You can use the Q3MatrixTransform_Set function to set new private data for a matrix transform.

TQ3Status Q3MatrixTransform_Set (
TQ3TransformObject transform, 
const TQ3Matrix4x4 *matrix);
transform
A transform.
matrix
A pointer to the new matrix to be associated with the transform specified in the transform parameter.
DESCRIPTION
The Q3MatrixTransform_Set function sets the matrix transform specified by the transform parameter to the matrix passed in the matrix parameter. You should use Q3MatrixTransform_Set only with transforms of type kQ3TransformTypeMatrix.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996